cloudmapper 0.0.0

Open-source tool to map and visualize your cloud storage landscape.
Documentation
1
2
3
4
if (Test-Path "./target/doc") {
    Remove-Item "./target/doc" -Recurse
}
cargo doc --no-deps --open